home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS15.ADF / C / Pr / ReadMe.DOC < prev    next >
Text File  |  1988-04-20  |  496b  |  17 lines

  1. This is a print utility pr
  2. for printing multiple files in background
  3.  
  4. print is the actual work routine and pr is the user interface
  5.  
  6. example commands:
  7.  
  8. pr *.c *.h            print all c and header files
  9. pr -h file?.data    print these files with header pages
  10. pr -c *                print all files in current dir (confirming each)
  11. pr -^n a b def        print with line numbers and all control chars in ^format
  12. pr -l manual        print in letter quality
  13. pr f1 f2 -l f3 -h *.c  (example of mixing options and files)
  14.  
  15.     - Bob Leivian
  16.  
  17.